projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ee73f
)
arm: rmobile: gose: Add VFAT file system support
author
Nobuhiro Iwamatsu
<
[email protected]
>
Thu, 6 Nov 2014 06:42:26 +0000
(15:42 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Mon, 10 Nov 2014 00:45:16 +0000
(09:45 +0900)
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/gose.h
patch
|
blob
|
history
diff --git
a/include/configs/gose.h
b/include/configs/gose.h
index 5889f023f9d3c4e3e5dcd4d8d35f15620d8cf068..62837d61366b32c0599dd2c1e328e55f381dacd2 100644
(file)
--- a/
include/configs/gose.h
+++ b/
include/configs/gose.h
@@
-33,6
+33,7
@@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
#if defined(CONFIG_RMOBILE_EXTRAM_BOOT)
#define CONFIG_SYS_TEXT_BASE 0x70000000
@@
-173,4
+174,9
@@
#define CONFIG_USB_EHCI_RMOBILE
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+/* File system */
+#define CONFIG_FAT_WRITE
+#define CONFIG_DOS_PARTITION
+#define CONFIG_SUPPORT_VFAT
+
#endif /* __GOSE_H */